<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@charset "utf-8";
html {
	background-color: #fff;
	color: #000;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
	font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-weight: normal
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: inherit
}

ul,
ol,
menu {
	list-style: none
}

fieldset,
img {
	border: 0
}

img,
object,
input,
textarea,
button,
select {
	vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "\0020"
}

textarea {
	overflow: auto;
	resize: vertical
}

input,
textarea,
button,
select,
a {
	outline: 0 none;
	text-decoration: none;
}
/*åŒ…å«ä»¥ä¸‹äº”ç§çš„é“¾æŽ¥*/
a {
	text-decoration: none;
}
/*æ­£å¸¸çš„æœªè¢«è®¿é—®è¿‡çš„é“¾æŽ¥*/
a:link {
	text-decoration: none;
}
/*å·²ç»è®¿é—®è¿‡çš„é“¾æŽ¥*/
a:visited {
	text-decoration: none;
}
/*é¼&nbsp;æ&nbsp;‡åˆ’è¿‡(åœç•™)çš„é“¾æŽ¥*/
a:hover {
	text-decoration: none;
}
/* æ­£åœ¨ç‚¹å‡»çš„é“¾æŽ¥ï¼Œé¼&nbsp;æ&nbsp;‡åœ¨å…ƒç´&nbsp;ä¸ŠæŒ‰ä¸‹è¿˜æ²¡æœ‰æ¾å¼€*/
a:active {
	text-decoration: none;
}
/* èŽ·å¾—ç„¦ç‚¹çš„æ—¶å€™ é¼&nbsp;æ&nbsp;‡æ¾å¼€æ—¶æ˜¾ç¤ºçš„é¢œè‰²*/
a:focus {
	text-decoration: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

mark {
	background-color: transparent
}

a,
ins,
s,
u,
del {
	text-decoration: none
}

sup,
sub {
	vertical-align: baseline
}
@font-face {
	font-family: 'iconfont';
    src: url('../font/iconfont/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont/iconfont.woff') format('woff'), /* chromeï¿½ï¿½firefox */
    url('../font/iconfont/iconfont.ttf') format('truetype'), /* chromeï¿½ï¿½firefoxï¿½ï¿½operaï¿½ï¿½Safari, Android, iOS 4.2+*/
    url('../font/iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
html{
	font-family: "å¾®è½¯é›…é»‘";
}
/*å…¬å…±æ&nbsp;·å¼*/
.min_w{
	min-width: 1200px;
}
.wrap{
	position:relative;
	width:1200px;
	margin: 0 auto;
	box-sizing:border-box;
}
.hide{display:none}
.lf{
	float: left;

}
.rg{
	float: right;
}
.clearboth{
	clear: both;
}
.abg{
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.abg2{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.aimg&gt;img{
	width: 100%;
	height: 100%;
}
.aellipsis{
	overflow: hidden;
	position: relative;
}
.aellipsis span{
	position: absolute;
	right: 0;
	bottom: 2%;
	display: none;
	padding: 0 0.05rem;
	font-size: 0.35rem;
}
.nopaading{
	padding-left: 0;
	padding-right: 0;
}
.day{
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
/*å›¾ç‰‡æ”¾å¤§*/
.ascale:hover{
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     box-shadow: 2px 2px 5px #333;
}
/*åˆ†äº«*/
.bdshare-slide-button-box {
	display: none !important;
}

/*è°·æ­Œ12åƒç´&nbsp;*/
  html,body{ -webkit-text-size-adjust:none; }

  .fjc{
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  .fac{
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
.container:before ,.container:after{
	content: unset !important;
}
.container{
	width: 80%;
	overflow: hidden;
}</pre></body></html>